Conditions | 1 |
Total Lines | 11 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | import DataStorage from '@enbock/simple-storage/DataStorage'; |
||
33 | |||
34 | protected setupDefaults(): void { |
||
35 | 2 | this.registry.registerTheme({ |
|
36 | isBuildIn: true, |
||
37 | name: 'Google', |
||
38 | url: 'Theme/Google' |
||
39 | }); |
||
40 | 2 | this.registry.registerTheme({ |
|
41 | isBuildIn: true, |
||
42 | name: 'Codefrog', |
||
43 | url: 'Theme/Codefrog' |
||
44 | }); |
||
49 |